func runtime.nextHeapRandBits
4 uses
runtime (current package)
malloc.go#L395: func nextHeapRandBits(bits int) uintptr {
malloc.go#L581: randHeapBase = nextHeapRandBits(topBits) << (randHeapAddrBits - topBits)
mheap.go#L1613: offset := nextHeapRandBits(bits)
mheap.go#L1655: randOffset := nextHeapRandBits(logPallocChunkBytes)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)